home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
American History: Interactive Maps & User's Guide
/
American History: Interactive Maps & User's Guide.iso
/
pc
/
ImapTest.dxr
/
00023_Flashlight- Beginning.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-01-25
|
343 b
|
14 lines
on mouseDown
puppetSound("flashlightSound")
set the visible of sprite 12 to 1
puppetSprite(34, 1)
set the castNum of sprite 34 to member "Flight.glow"
updateStage()
repeat while the mouseDown
nothing()
end repeat
set the castNum of sprite 34 to member "Flight"
puppetSprite(34, 0)
set the visible of sprite 12 to 0
end